PS Functions
PHP Manual

ps_set_parameter

(PECL ps >= 1.1.0)

ps_set_parameterSets certain parameters

Descripción

bool ps_set_parameter ( resource $psdoc , string $name , string $value )

Sets several parameters which are used by many functions. Parameters are by definition string values.

Lista de parámetros

psdoc

Resource identifier of the postscript file as returned by ps_new().

name

For a list of possible names see ps_get_parameter().

value

The value of the parameter.

Valores retornados

Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.

Ver también


PS Functions
PHP Manual